Support recent change moving virtual IOAPIC model into Xen for
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 9 Nov 2005 13:53:12 +0000 (14:53 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Wed, 9 Nov 2005 13:53:12 +0000 (14:53 +0100)
commite7570f0014f69881e8196a78b0827ce5209b7215
treeb2b3c6fd93dda7db25d1a2779d57f6ffdc6208a3
parent2ea876d2a0175ed238ce978ec21b7c9694785e54
Support recent change moving virtual IOAPIC model into Xen for
ia64/VTI. Now ia64/vti will create links to arch/x86/dm/vmx_vioapic.c
and include/x86/vmx_vlapic.h.

Firstly, a small change to common virtual IOAPIC model to be used by
both sides. Also some compilation fix to tools is included in first
one. Secondly, there are ia64-specific changes to hook to common
IOAPIC model.

Based on this patch upon latest xen-ia64-unstable tip, we can see
multiple domains working again on XEN/IA64, including both domU and
VTI domain simultaneously in run-time.

Signed-off-by Kevin Tian <kevin.tian@intel.com>
Signed-off-by Anthony Xu <Anthony.xu@intel.com>
Signed-off-by Yunhong Jiang <yunhong.jiang@intel.com>
Signed-off-by Eddie Dong <eddie.dong@intel.com>
20 files changed:
tools/examples/xmexample.vti
tools/ioemu/ia64_intrinsic.h
tools/ioemu/target-i386-dm/Makefile
tools/ioemu/vl.c
tools/libxc/xc_ia64_stubs.c
tools/libxc/xc_linux_build.c
xen/arch/ia64/Makefile
xen/arch/ia64/Rules.mk
xen/arch/ia64/vmx/mmio.c
xen/arch/ia64/vmx/vlsapic.c
xen/arch/ia64/vmx/vmx_init.c
xen/arch/ia64/vmx/vmx_support.c
xen/arch/ia64/xen/domain.c
xen/arch/x86/dm/vmx_vioapic.c
xen/include/asm-ia64/vmx.h
xen/include/asm-ia64/vmx_platform.h
xen/include/asm-ia64/vmx_vcpu.h
xen/include/asm-ia64/vmx_vpd.h
xen/include/asm-x86/vmx_vioapic.h
xen/include/asm-x86/vmx_vlapic.h